From 18ab141e8ade81dee8e15621acbe24098f1846cc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 1 Mar 2020 12:10:10 +0000 Subject: [PATCH] Fix run-with-locales invocation Send non-option arguments to the child process. Gbp-Dch: ignore --- debian/rules | 1 + debian/tests/installed-tests | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 4b178508d2..52b2afd5df 100755 --- a/debian/rules +++ b/debian/rules @@ -188,6 +188,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) --generate en_GB.UTF-8 \ --generate en_US.UTF-8 \ --generate sv_SE \ + -- \ dh_auto_test --builddirectory=debian/build/deb -- -k 0 -j 1 || true endif diff --git a/debian/tests/installed-tests b/debian/tests/installed-tests index 8848a5ae37..83b57ea25e 100755 --- a/debian/tests/installed-tests +++ b/debian/tests/installed-tests @@ -18,6 +18,7 @@ debian/run-with-locales \ --generate en_GB.UTF-8 \ --generate en_US.UTF-8 \ --generate sv_SE \ + -- \ gnome-desktop-testing-runner \ --report-directory="$AUTOPKGTEST_ARTIFACTS" \ --tap \ -- 2.30.2